TSTP Solution File: NUM691^1 by Satallax---3.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : NUM691^1 : TPTP v8.1.0. Released v3.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s

% Computer : n026.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 13:55:16 EDT 2022

% Result   : Theorem 1.28s 1.58s
% Output   : Proof 1.28s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_nat,type,
    nat: $tType ).

thf(ty_z,type,
    z: nat ).

thf(ty_pl,type,
    pl: nat > nat > nat ).

thf(ty_u,type,
    u: nat ).

thf(ty_y,type,
    y: nat ).

thf(ty_more,type,
    more: nat > nat > $o ).

thf(ty_x,type,
    x: nat ).

thf(sP1,plain,
    ( sP1
  <=> ( more @ ( pl @ x @ z ) @ ( pl @ y @ u ) ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ! [X1: nat,X2: nat] :
        ( ( more @ x @ y )
       => ( ( ~ ( more @ X1 @ X2 )
           => ( X1 = X2 ) )
         => ( more @ ( pl @ x @ X1 ) @ ( pl @ y @ X2 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( more @ x @ y ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(sP4,plain,
    ( sP4
  <=> ( ~ sP3
     => ( x = y ) ) ),
    introduced(definition,[new_symbols(definition,[sP4])]) ).

thf(sP5,plain,
    ( sP5
  <=> ! [X1: nat,X2: nat,X3: nat] :
        ( ( ~ ( more @ x @ X1 )
         => ( x = X1 ) )
       => ( ( more @ X2 @ X3 )
         => ( more @ ( pl @ x @ X2 ) @ ( pl @ X1 @ X3 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP5])]) ).

thf(sP6,plain,
    ( sP6
  <=> ( more @ z @ u ) ),
    introduced(definition,[new_symbols(definition,[sP6])]) ).

thf(sP7,plain,
    ( sP7
  <=> ! [X1: nat] :
        ( sP4
       => ( ( more @ z @ X1 )
         => ( more @ ( pl @ x @ z ) @ ( pl @ y @ X1 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

thf(sP8,plain,
    ( sP8
  <=> ( ( ~ sP6
       => ( z = u ) )
     => sP1 ) ),
    introduced(definition,[new_symbols(definition,[sP8])]) ).

thf(sP9,plain,
    ( sP9
  <=> ! [X1: nat] :
        ( sP3
       => ( ( ~ ( more @ z @ X1 )
           => ( z = X1 ) )
         => ( more @ ( pl @ x @ z ) @ ( pl @ y @ X1 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

thf(sP10,plain,
    ( sP10
  <=> ! [X1: nat,X2: nat,X3: nat] :
        ( ( more @ x @ X1 )
       => ( ( ~ ( more @ X2 @ X3 )
           => ( X2 = X3 ) )
         => ( more @ ( pl @ x @ X2 ) @ ( pl @ X1 @ X3 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP10])]) ).

thf(sP11,plain,
    ( sP11
  <=> ( ~ sP6
     => ( z = u ) ) ),
    introduced(definition,[new_symbols(definition,[sP11])]) ).

thf(sP12,plain,
    ( sP12
  <=> ! [X1: nat,X2: nat,X3: nat,X4: nat] :
        ( ( more @ X1 @ X2 )
       => ( ( ~ ( more @ X3 @ X4 )
           => ( X3 = X4 ) )
         => ( more @ ( pl @ X1 @ X3 ) @ ( pl @ X2 @ X4 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP12])]) ).

thf(sP13,plain,
    ( sP13
  <=> ( ( pl @ x @ z )
      = ( pl @ y @ u ) ) ),
    introduced(definition,[new_symbols(definition,[sP13])]) ).

thf(sP14,plain,
    ( sP14
  <=> ! [X1: nat,X2: nat] :
        ( sP4
       => ( ( more @ X1 @ X2 )
         => ( more @ ( pl @ x @ X1 ) @ ( pl @ y @ X2 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP14])]) ).

thf(sP15,plain,
    ( sP15
  <=> ( sP6
     => sP1 ) ),
    introduced(definition,[new_symbols(definition,[sP15])]) ).

thf(sP16,plain,
    ( sP16
  <=> ( z = u ) ),
    introduced(definition,[new_symbols(definition,[sP16])]) ).

thf(sP17,plain,
    ( sP17
  <=> ( x = y ) ),
    introduced(definition,[new_symbols(definition,[sP17])]) ).

thf(sP18,plain,
    ( sP18
  <=> ! [X1: nat,X2: nat,X3: nat,X4: nat] :
        ( ( ~ ( more @ X1 @ X2 )
         => ( X1 = X2 ) )
       => ( ( more @ X3 @ X4 )
         => ( more @ ( pl @ X1 @ X3 ) @ ( pl @ X2 @ X4 ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP18])]) ).

thf(sP19,plain,
    ( sP19
  <=> ( sP4
     => sP15 ) ),
    introduced(definition,[new_symbols(definition,[sP19])]) ).

thf(sP20,plain,
    ( sP20
  <=> ( sP3
     => sP8 ) ),
    introduced(definition,[new_symbols(definition,[sP20])]) ).

thf(satz23,conjecture,
    ( ~ sP1
   => sP13 ) ).

thf(h0,negated_conjecture,
    ~ ( ~ sP1
     => sP13 ),
    inference(assume_negation,[status(cth)],[satz23]) ).

thf(h1,assumption,
    ~ sP1,
    introduced(assumption,[]) ).

thf(h2,assumption,
    ~ sP13,
    introduced(assumption,[]) ).

thf(h3,assumption,
    sP3,
    introduced(assumption,[]) ).

thf(h4,assumption,
    sP17,
    introduced(assumption,[]) ).

thf(h5,assumption,
    sP6,
    introduced(assumption,[]) ).

thf(h6,assumption,
    sP16,
    introduced(assumption,[]) ).

thf(1,plain,
    ( sP11
    | ~ sP6 ),
    inference(prop_rule,[status(thm)],]) ).

thf(2,plain,
    ( ~ sP12
    | sP10 ),
    inference(all_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP10
    | sP2 ),
    inference(all_rule,[status(thm)],]) ).

thf(4,plain,
    ( ~ sP2
    | sP9 ),
    inference(all_rule,[status(thm)],]) ).

thf(5,plain,
    ( ~ sP9
    | sP20 ),
    inference(all_rule,[status(thm)],]) ).

thf(6,plain,
    ( ~ sP20
    | ~ sP3
    | sP8 ),
    inference(prop_rule,[status(thm)],]) ).

thf(7,plain,
    ( ~ sP8
    | ~ sP11
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(satz22b,axiom,
    sP12 ).

thf(8,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h5,h3,h1,h2,h0])],[1,2,3,4,5,6,7,h3,h5,satz22b,h1]) ).

thf(9,plain,
    ( sP11
    | ~ sP16 ),
    inference(prop_rule,[status(thm)],]) ).

thf(10,plain,
    ( ~ sP12
    | sP10 ),
    inference(all_rule,[status(thm)],]) ).

thf(11,plain,
    ( ~ sP10
    | sP2 ),
    inference(all_rule,[status(thm)],]) ).

thf(12,plain,
    ( ~ sP2
    | sP9 ),
    inference(all_rule,[status(thm)],]) ).

thf(13,plain,
    ( ~ sP9
    | sP20 ),
    inference(all_rule,[status(thm)],]) ).

thf(14,plain,
    ( ~ sP20
    | ~ sP3
    | sP8 ),
    inference(prop_rule,[status(thm)],]) ).

thf(15,plain,
    ( ~ sP8
    | ~ sP11
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(16,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h6,h3,h1,h2,h0])],[9,10,11,12,13,14,15,h3,h6,satz22b,h1]) ).

thf(n,axiom,
    sP11 ).

thf(17,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h3,h1,h2,h0]),tab_imp(discharge,[h5]),tab_imp(discharge,[h6])],[n,8,16,h5,h6]) ).

thf(18,plain,
    ( sP4
    | ~ sP17 ),
    inference(prop_rule,[status(thm)],]) ).

thf(19,plain,
    ( ~ sP5
    | sP14 ),
    inference(all_rule,[status(thm)],]) ).

thf(20,plain,
    ( ~ sP14
    | sP7 ),
    inference(all_rule,[status(thm)],]) ).

thf(21,plain,
    ( ~ sP7
    | sP19 ),
    inference(all_rule,[status(thm)],]) ).

thf(22,plain,
    ( ~ sP19
    | ~ sP4
    | sP15 ),
    inference(prop_rule,[status(thm)],]) ).

thf(23,plain,
    ( ~ sP15
    | ~ sP6
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(24,plain,
    ( ~ sP18
    | sP5 ),
    inference(all_rule,[status(thm)],]) ).

thf(satz22a,axiom,
    sP18 ).

thf(25,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h5,h4,h1,h2,h0])],[18,19,20,21,22,23,24,h4,h5,satz22a,h1]) ).

thf(26,plain,
    ( sP13
    | ~ sP17
    | ~ sP16 ),
    inference(prop_rule,[status(thm)],]) ).

thf(27,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h6,h4,h1,h2,h0])],[26,h4,h6,h2]) ).

thf(28,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h4,h1,h2,h0]),tab_imp(discharge,[h5]),tab_imp(discharge,[h6])],[n,25,27,h5,h6]) ).

thf(m,axiom,
    sP4 ).

thf(29,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h1,h2,h0]),tab_imp(discharge,[h3]),tab_imp(discharge,[h4])],[m,17,28,h3,h4]) ).

thf(30,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h0]),tab_negimp(discharge,[h1,h2])],[h0,29,h1,h2]) ).

thf(0,theorem,
    ( ~ sP1
   => sP13 ),
    inference(contra,[status(thm),contra(discharge,[h0])],[30,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NUM691^1 : TPTP v8.1.0. Released v3.7.0.
% 0.07/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jul  6 04:06:23 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.28/1.58  % SZS status Theorem
% 1.28/1.58  % Mode: mode213
% 1.28/1.58  % Inferences: 7066
% 1.28/1.58  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------